home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gDown
- set gDown to 4
- set the memberNum of sprite 4 to 24
- puppetSound(3, "vol 1")
- updateStage()
- end
-
- on mouseUp
- global gDown, gTestList, gCursor
- if gDown = 4 then
- set gDown to 0
- set the memberNum of sprite 4 to 25
- cursor(4)
- updateStage()
- set gTestList to [110101: [1101, 9, 0.0, 0.0], 110211: [1101, 9, 0.0, 0.0], 120101: [1101, 9, 0.0, 0.0], 120201: [1101, 9, 0.0, 0.0], 140101: [1101, 9, 0.0, 0.0], 130101: [1101, 9, 0.0, 0.0], 110410: [1101, 9, 0.0, 0.0], 120302: [1101, 9, 0.0, 0.0]]
- puppetSound(3, "vol 1")
- repeat while soundBusy(3)
- end repeat
- set gCursor to 1
- go("finishG")
- end if
- end
-